home *** CD-ROM | disk | FTP | other *** search
/ The Mac 13 / the-mac-13.iso / On The Rom / 100 Best Mac CD-ROMs Selection / UNZIP-DEMO / ZIPFILES / man00 / 00028.ls < prev    next >
Encoding:
Text File  |  1995-05-25  |  1.8 KB  |  89 lines

  1. on kroll
  2.   global ship
  3.   if the mouseCast = the castNum of sprite 3 then
  4.     if ship = 1 then
  5.       go("boxroll")
  6.     end if
  7.   end if
  8.   if the mouseCast = the castNum of sprite 3 then
  9.     if ship = 0 then
  10.       go("boxroll2")
  11.     end if
  12.   end if
  13.   if the mouseCast = the castNum of sprite 16 then
  14.     if ship = 1 then
  15.       go("cam")
  16.     end if
  17.   end if
  18.   if the mouseCast = the castNum of sprite 16 then
  19.     if ship = 0 then
  20.       go("cam2")
  21.     end if
  22.   end if
  23.   if the mouseCast = the castNum of sprite 18 then
  24.     if ship = 1 then
  25.       go("book1")
  26.     end if
  27.   end if
  28.   if the mouseCast = the castNum of sprite 18 then
  29.     if ship = 0 then
  30.       go("book2")
  31.     end if
  32.   end if
  33.   if the mouseCast = the castNum of sprite 20 then
  34.     set the castNum of sprite 23 to 79
  35.     updateStage()
  36.   else
  37.     set the castNum of sprite 23 to 78
  38.     updateStage()
  39.   end if
  40.   if the mouseCast = the castNum of sprite 21 then
  41.     if ship = 1 then
  42.       go("sign1")
  43.       exit
  44.     end if
  45.   end if
  46.   if the mouseCast = the castNum of sprite 21 then
  47.     if ship = 0 then
  48.       go("sign2")
  49.       exit
  50.     end if
  51.   end if
  52.   if the mouseCast = the castNum of sprite 22 then
  53.     if ship = 1 then
  54.       go("speed1")
  55.       exit
  56.     end if
  57.   end if
  58.   if the mouseCast = the castNum of sprite 22 then
  59.     if ship = 0 then
  60.       go("speed2")
  61.       exit
  62.     end if
  63.   end if
  64.   if the mouseCast = the castNum of sprite 25 then
  65.     if ship = 1 then
  66.       go("speed3")
  67.       exit
  68.     end if
  69.   end if
  70.   if the mouseCast = the castNum of sprite 25 then
  71.     if ship = 0 then
  72.       go("speed4")
  73.       exit
  74.     end if
  75.   end if
  76.   if the mouseCast = the castNum of sprite 28 then
  77.     if ship = 1 then
  78.       go("coke")
  79.       exit
  80.     end if
  81.   end if
  82.   if the mouseCast = the castNum of sprite 28 then
  83.     if ship = 0 then
  84.       go("coke2")
  85.       exit
  86.     end if
  87.   end if
  88. end
  89.